-- card: 8982 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 9276 -- name: Help ----- HyperTalk script ----- on pfm number if number = 1 then put Return & "This button is used to move to the next product." & Return & "If this button is dimmed, there is not another product to go to ." & Return & Return & "Click here to exit Help." into textholder end if if number = 2 then put Return & "This button is used to move to the previous product." & Return & "If this button is dimmed, there is not a previous product to go to." & Return & Return & "Click here to exit Help." into textholder end if if number = 3 then put Return & "Clicking on this button will bring you to this Help card. " & "If this button is dimmed, help is not available at that point." & Return & Return & "Click here to exit Help." into textholder end if if number = 4 then put Return & "Clicking on this button will take you to the main product 'shelf'. " & Return & Return & Return & "Click here to exit Help." into textholder end if if number = 5 then put Return & "Clicking on this button gives you the option of leaving this" & " stack and returning to the Home stack or to the Finder." & Return & Return & "Click here to exit Help." into textholder end if if number = 6 then put Return & "Clicking on this button will show a 'Fact Sheet' for a product. " & " Fact Sheets contain a brief description of the product, its " & "features and requirements." & Return & Return & "Click here to exit Help." into textholder end if if number = 7 then put Return & "Clicking on this button will show an overview of a product. " & "Overview shows how a particular software product can " & "meet your computing needs." & Return & Return & "Click here to exit Help." into textholder end if if number = 8 then put Return & "Clicking on this button takes you to another stack which " & " contains a demo of the product." & Return & Return & Return & "Click here to exit Help." into textholder end if if number = 9 then put Return & "Clicking on this button will print either the " & "Overview or the Fact Sheet, whichever if currently shown." & Return & Return & "Click here to exit Help." into textholder end if set lockscreen to true put textholder into card field "HelpMe" show card field "HelpMe" unlock screen with visual effect dissolve end pfm on closeCard hide card field "HelpMe" end CloseCard -- part 10 (field) -- low flags: 81 -- high flags: 0002 -- rect: left=158 top=59 right=141 bottom=444 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 63 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: HelpMe ----- HyperTalk script ----- on mouseUp set lockscreen to true hide me unlock screen with visual effect dissolve end MouseUp -- part 18 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=35 top=18 right=47 bottom=80 -- title width / last selected line: 0 -- icon id / first selected line: 30557 / 30557 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp set lockscreen to true global FrontField put "OV" into FrontField unlock screen with visual effect dissolve hide background field "Text1" put empty into bg field "Text2" put "This will take you to the first card in the stack, showing all the available actions you can do." into bg field "Text2" show background field "Text2" show card button "OK" end mouseUp -- part 19 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=380 top=300 right=329 bottom=425 -- title width / last selected line: 0 -- icon id / first selected line: 2442 / 2442 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp push card set lockscreen to true go to card "Help" hide card button "OK" unlock screen with visual effect dissolve put empty into bg field "Text2" show bg field "Text1" set lockscreen to false end mouseUp -- part 20 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=467 top=300 right=326 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 10668 / 10668 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp global IOExit visual effect dissolve to black visual effect dissolve go to IOExit end mouseUp -- part 22 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=35 top=55 right=83 bottom=80 -- title width / last selected line: 0 -- icon id / first selected line: 14767 / 14767 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About In/Out Demo ----- HyperTalk script ----- on mouseUp set lockscreen to true global FrontField put "OV" into FrontField unlock screen with visual effect dissolve hide background field "Text1" put empty into bg field "Text2" put "This will take you to the About Screen in the stack, showing the credits for the demo and how to contact CE Software." into bg field "Text2" show background field "Text2" show card button "OK" end mouseUp -- part 23 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=335 top=299 right=329 bottom=380 -- title width / last selected line: 0 -- icon id / first selected line: 14767 / 14767 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About In/Out Demo ----- HyperTalk script ----- on mouseUp global FrontField put "OV" into FrontField set lockscreen to true hide background field "Text1" show background field "Text2" go to card "credits" unlock screen with visual effect scroll right end mouseUp -- part 24 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=35 top=128 right=157 bottom=80 -- title width / last selected line: 0 -- icon id / first selected line: 9632 / 9632 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp set lockscreen to true global FrontField put "OV" into FrontField unlock screen with visual effect dissolve hide background field "Text1" put empty into bg field "Text2" put "This will ask you if you want to Quit to: Cancel, Home or Finder." into bg field "Text2" show background field "Text2" show card button "OK" end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=35 top=165 right=191 bottom=80 -- title width / last selected line: 0 -- icon id / first selected line: 10668 / 10668 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp set lockscreen to true global FrontField put "OV" into FrontField unlock screen with visual effect dissolve hide background field "Text1" put empty into bg field "Text2" put "This will return you to the card you were just at." into bg field "Text2" show background field "Text2" show card button "OK" end mouseUp -- part 26 (button) -- low flags: 80 -- high flags: A004 -- rect: left=256 top=124 right=146 bottom=356 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: OK ----- HyperTalk script ----- on mouseUp global FrontField put "OV" into FrontField set lockscreen to true set the scroll of background field "text1" to 0 set the scroll of background field "text2" to 0 show background field "text1" hide background field "text2" hide card button "OK" unlock screen with visual effect dissolve end mouseUp -- part contents for card part 10 ----- text ----- Clicking on this button will show an overview of a product. Overview shows how a particular software product can meet your computing needs. Click here to exit Help. -- part contents for background part 1 ----- text ----- Help... Who needs help? After all, this is HyperCard, one of the easiest programs in the world to use. Just try clicking on things to see what they do. Don't be afraid to experiment, you can't break anything. Click on any of the buttons to the left to display information about their functions. Click the button in the lower right corner to return to the last card you were at. -- part contents for background part 2 ----- text ----- This will return you to the card you were just at.